Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Displaying Raw • Download


packaging/arch/build.sh 4baf577b4e8a2a90e12e807024d0a8e469956c9b (4baf577b) Text, 236 B

T8b949e#!/bin/bash
Tffa657set -e

T8b949e# Fix permissions for the mounted volume
sudo chown -R build:build /home/build/project

T8b949e# Navigate to the build directory
Tffa657cd /home/build/project

T8b949e# Run makepkg as the build user
sudo -u build makepkg -s --noconfirm


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────